@charset "utf-8";
/* CSS Document */
.main-swiper {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 600px;
	position: relative;
}
.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
	color: #771E1A;
}
.main-swiper .swiper-container {
	height: 100%;
	width: 100%;
	position: relative;
}
.main-swiper .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}
.main-swiper .content-slide {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
	height: 600px;
	margin-left: -960px;
}
.main-swiper .swiper-pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0px;
	width: 100%;
	z-index: 9;
}
.main-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	opacity: .5;
}
.main-swiper .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

.main-about {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main-about .img-con {
	float: left;
	width: 330px;
	height: 280px;
	background-color: #dfdfdf;
}
.main-about .img-con img {
	width: 330px;
	height: 280px;
}
.main-about .about-box {
	float: right;
	width: 850px;
	height: auto;
	padding: 20px 30px;
	margin: 10px;
	background-color: #f4f4f4;
}
.main-about .about-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 4px;
}
.main-about .about-content {
	width: 100%;
	height: 120px;
	line-height: 30px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	overflow: hidden;
}

.main-adviser-list {
	width: 100%;
	height: auto;
}
.main-adviser-list ul {
	width: 1226px;
	height: auto;
}
.main-adviser-list li {
	float: left;
	margin-right: 26px;
	margin-bottom: 10px;
	width: 587px;
	height: auto;
	-webkit-box-shadow: 5px 5px 5px #e6e6e6;
	-moz-box-shadow: 5px 5px 5px #e6e6e6;
	-o-box-shadow: 5px 5px 5px #e6e6e6;
	box-shadow: 5px 5px 5px #e6e6e6;
}
.main-adviser-list li a {
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 13px;
	overflow: hidden;
}
.main-adviser-list li .adviser-img {
	float: left;
	width: 170px;
	height: 255px;
}
.main-adviser-list li .adviser-img img {
	width: 170px;
	height: 210px;
}
.main-adviser-list li .adviser-img .adviser-title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #d40000;
}
.main-adviser-list li .adviser-content {
	float: left;
	width: 391px;
	height: 255px;
	line-height: 24px;
	padding: 20px;
	border: 1px #cccccc solid;
	border-left-width: 0;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.main-adviser-list li .adviser-content span {
	color: #d40000;
}
.main-adviser-list li a:hover .adviser-content {
	border: 1px #d40000 solid;
	border-left-width: 0;
}